home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_262
/
BUTTONCONDACTION on(release, keyPress d).as
Wrap
Text File
|
2002-05-21
|
333b
|
22 lines
on(release, keyPress "d"){
luck = random(100);
if(hp >= 35)
{
if(luck < 20)
{
gotoAndStop(219);
}
else
{
wage = Number(st * 5);
money += wage;
hp -= 35;
gotoAndPlay(188);
}
}
else
{
gotoAndStop(218);
}
}